home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / minix / libsrc~1.z / libsrc~1 / message.c < prev    next >
Encoding:
C/C++ Source or Header  |  1989-12-28  |  139 b   |  6 lines

  1. #include <minix/const.h>
  2. #include <minix/type.h>
  3.  
  4. /* some compilers require an initializer to force storage allocation */
  5. message M = {0};
  6.